colorConvert

Inverts the colors in this view. Useful for accessibility or visual emphasis.

Type

colorConvert?: boolean

Example

<Image
  colorConvert={true}
  imageUrl="https://example.com/imgs/example.jpg"
/>